kubernetes podを公開する
方法がいくつかあるみたい
https://qiita.com/Mayumi_Pythonista/items/7203effbb8b7d3748696
serviceを使ってpodのIP、ポートを管理、外部に公開
NodePort Serviceを使う
LoadBalancer Serviceを使う
Ingressを使ってserviceを外部に公開
https://thinkit.co.jp/article/18263
インストール方法とか
https://qiita.com/showchan33/items/acbccc819acc0c841653
minikube
https://qiita.com/Esfahan/items/f7d13d7e80848e9b6963
Rancherでnginx-ingress-controllerで公開